home *** CD-ROM | disk | FTP | other *** search
/ Material Dictionary: Premium 2001 / Material Dictionary Premium 2001.iso / pc / browser.exe / browser.dxr / 00007_QUIT.ls < prev    next >
Encoding:
Text File  |  2000-09-11  |  89 b   |  8 lines

  1. on mouseDown
  2.   buttondown()
  3.   if not (the result) then
  4.     exit
  5.   end if
  6.   go("End")
  7. end
  8.